ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MapLayerBase<T> Class
Members






In This Topic
    MapLayerBase<T> Class
    In This Topic
    Represents a map layer in the map. Base class for map layers.
    Object Model
    MapLayerBase<T> Class
    Syntax
    'Declaration
     
    
    Public Class MapLayerBase(Of T) 
    'Usage
     
    
    Dim instance As MapLayerBase(Of T)
    public class MapLayerBase<T> 
    public class MapLayerBase 
    JScript does not support Generics.
    public __gc class MapLayerBase<T> 
    generic<typename T>
    public ref class MapLayerBase 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.MapLayerBase<T>
          C1.Web.Mvc.ExtraMapLayer<T>

    See Also